home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / FortuneView.BackModule / FortuneView.nib / data.classes next >
Text File  |  1995-06-12  |  1KB  |  54 lines

  1. WordsView = {
  2.     ACTIONS = {
  3.         "setClearAfter:" = "setClearAfter:"; 
  4.     "setGray:" = "setGray:"; 
  5.     "setThreshold:" = "setThreshold:"; 
  6.     }; 
  7.     OUTLETS = {
  8.         buffer = buffer; 
  9.     clearSlider = clearSlider; 
  10.     font = font; 
  11.     grayMatrix = grayMatrix; 
  12.     sharedInspectorPanel = sharedInspectorPanel; 
  13.     speedSlider = speedSlider; 
  14.     }; 
  15.     SUPERCLASS = View; 
  16. };
  17. FortuneView = {
  18.     ACTIONS = {
  19.         "addFont:" = "addFont:"; 
  20.     "newDatabase:" = "newDatabase:"; 
  21.     "removeFont:" = "removeFont:"; 
  22.     "setGray:" = "setGray:"; 
  23.     "setThreshold:" = "setThreshold:"; 
  24.     "showFonts:" = "showFonts:"; 
  25.     "useColor:" = "useColor:"; 
  26.     }; 
  27.     OUTLETS = {
  28.         appowner = appowner; 
  29.     availableBrowser = availableBrowser; 
  30.     colorSwitch = colorSwitch; 
  31.     databaseMatrix = databaseMatrix; 
  32.     databaseTrigger = databaseTrigger; 
  33.     fe = fe; 
  34.     font = font; 
  35.     fontWindow = fontWindow; 
  36.     highlightSwitch = highlightSwitch; 
  37.     sharedInspectorPanel = sharedInspectorPanel; 
  38.     speedSlider = speedSlider; 
  39.     }; 
  40.     SUPERCLASS = View; 
  41. };
  42. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  43. SpermView = {
  44.     ACTIONS = {
  45.         "inspector:" = "inspector:"; 
  46.     "setLineWidth:" = "setLineWidth:"; 
  47.     "setNumLines:" = "setNumLines:"; 
  48.     "setUseColor:" = "setUseColor:"; 
  49.     }; 
  50.     OUTLETS = {sharedInspectorPanel = sharedInspectorPanel; }; 
  51.     SUPERCLASS = View; 
  52. };
  53. MySubclass = {SUPERCLASS = Object; };
  54.